-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Add touch examples #171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add touch examples #171
Conversation
ok, this is totally wrong in Arduino perspective. |
…chIntrerrupt/touchIntrrerupt.ino
…ries/Touch/examples/touchIntrrerupt/touchIntrrerupt.ino
…o libraries/ESP32/examples/Touch/touchIntrerrupt/touchIntrrerupt.ino
fixed |
see here how the folder should look like ;) needs to have the src folder, library.properties and so on |
also please capitalize the name of the sketch (all sketches start with capital letter) |
void setup() { | ||
Serial.begin(115200); | ||
delay(1000); // give me time to bring up serial monitor | ||
printf("\n ESP32 Touch Interrupt Test\n"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be Serial.println("\nESP32 Touch Interrupt Test");
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
….ino to libraries/ESP32/examples/Touch/TouchIntrerrupt/TouchIntrrerupt.ino
fixed all sugestions |
Please please please do pay attention at what you are doing! Do test the sketches that you commit! folder and sketch name are all wrong.... |
|
….ino to libraries/ESP32/examples/Touch/TouchInterrupt/TouchInterrupt.ino
Sorry for mistake, I correct it. |
Fix for running ci-arduino in private repos
Adding example folder will help other users to implement new specific ESP32 functions